Skip to content

bio-integrity-fs: pass data iter to bio_integrity_verify()#833

Open
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1094403=>linus-master
Open

bio-integrity-fs: pass data iter to bio_integrity_verify()#833
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1094403=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented May 13, 2026

Pull request for series with
subject: bio-integrity-fs: pass data iter to bio_integrity_verify()
version: 4
url: https://patchwork.kernel.org/project/linux-block/list/?series=1094403

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 13, 2026

Upstream branch: aa54b1d
series: https://patchwork.kernel.org/project/linux-block/list/?series=1094403
version: 4

bio_integrity_verify() expects the passed struct bvec_iter to be an
iterator over bio data, not integrity. So construct a separate data
bvec_iter without the bio_integrity_bytes() conversion and pass it to
bio_integrity_verify() instead of bip_iter.

Fixes: 0bde8a1 ("block: add fs_bio_integrity helpers")
Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Anuj Gupta <anuj20.g@samsung.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 15, 2026

Upstream branch: 70eda68
series: https://patchwork.kernel.org/project/linux-block/list/?series=1094403
version: 4

@blktests-ci blktests-ci Bot force-pushed the series/1094403=>linus-master branch from a3c569f to 2f28b05 Compare May 15, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant